home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Biomorph 0.77
/
Biomorph src
/
morph.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-28
|
227 b
|
8 lines
|
[
TEXT/ALFA
]
#ifndef MORPH_H
#define MORPH_H
typedef void morphfunction(ImagPt *Zold, ImagPt *C, ImagPt *Znew);
typedef morphfunction *MorphProcP; // ptr to the function.
typedef MorphProcP *MorphProcH; // handle to the function
#endif